home *** CD-ROM | disk | FTP | other *** search
- Console Speaker Driver Package (v1.1)
-
- by Eric S. Raymond (esr@snark.thyrsus.com)
-
- This package gives 80386 machines running SVr3.2 or later the ability to play
- tunes on the console speaker. It is structured as a standard installable driver
- kit containing the following files:
-
- Documentation and examples:
- READ.ME -- this file
- speaker.7 -- man page for the driver
- playtest -- test script exercising familiar tunes
-
- Installable driver kit parts:
- Files -- list of driver package file locations
- Install -- installation script for driver kit
- Master -- mdevice entry for speaker driver
- Name -- name entry foe speaker driver
- Node -- /dev node specification file
- Remove -- Driver removal script
- Size -- installation size data
- System -- sdevice entry for speaker driver
-
- Driver source code:
- Makefile -- Makefile for driver code
- spkr.c -- the driver source
- speaker.h -- ioctl interface file
-
- To make the installable code, simply type `make' and wait. The type ./Install
- and follow its instructions. You will have to install the man pages by hand.
- Be aware that the speaker.7 man page uses tbl(1) constructs.
-
- Interesting tunes mailed to the author will be periodically posted in batches
- and added to the test script for future versions.
-
- Revision notes
-
- 1.1 -- fixed minor bug in M[LSN] interpretation, added octave-tracking.
- Tweaked the playtest examples.
-